IInchCommand 介面
代表一個移動指令,可指定最大距離。
繼承體系
System.Object
IntervalZero.KINGSTAR.Base.Class.IKsCommand
IntervalZero.KINGSTAR.Base.Class.IInchCommand
組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
語法
public interface IInchCommand : IKsCommand
Public Interface IInchCommand Inherits IKsCommand
IInchCommand 介面陳列了以下成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() | Acceleration | 加速度值。 |
![]() | Deceleration | 減速度值。 |
![]() | Direction | 移動指令的方向。 |
![]() | Distance | 此移動的最大距離。 |
![]() | Jerk | 加加速度值。 |
![]() | Velocity | 指定速度的值。[單位/秒] |
參見